From a08f0585a4d44a6aa2767cb13e78912502a2e0b0 Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Sat, 27 Jun 2026 17:46:15 +0000 Subject: [PATCH] [PATCH] TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. Gbp-Pq: Name Version_2_7_2pre34 --- configure | 2 +- configure.ac | 2 +- git.tag | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 29b5e8ee..0e6ddc7e 100755 --- a/configure +++ b/configure @@ -7448,7 +7448,7 @@ if test ${enable_aslr+y} then : enableval=$enable_aslr; enable_aslr=$enableval else case e in #( - e) enable_asrl="yes" ;; + e) enable_aslr="yes" ;; esac fi diff --git a/configure.ac b/configure.ac index fc0b5a51..46511214 100644 --- a/configure.ac +++ b/configure.ac @@ -287,7 +287,7 @@ add_args_to_cflags -fsigned-char -pipe -fcommon \ add_args_to_ldflags -no-pie -Wl,-z,relro # -Wl,-z,lazy AC_ARG_ENABLE([aslr],[ --disable-aslr will ensure reproducible builds and/or work around absent no-pie], - [enable_aslr=$enableval],[enable_asrl="yes"]) + [enable_aslr=$enableval],[enable_aslr="yes"]) AC_MSG_CHECKING([whether aslr must be disabled due to absent -no-pie]) if ! echo $LDFLAGS |grep -q -w '\-no\-pie'; then diff --git a/git.tag b/git.tag index c75be97a..3737f7cd 100644 --- a/git.tag +++ b/git.tag @@ -1 +1 @@ -"Version_2_7_2pre33" +"Version_2_7_2pre34" -- 2.30.2